home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / ebook.dxr / 00072.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  278 b   |  21 lines

  1. on mouseEnter
  2.   cursor([121, 122])
  3.   set the member of sprite 23 to 154
  4. end
  5.  
  6. on mouseDown
  7. end
  8.  
  9. on mouseUp
  10.   if rollover(23) then
  11.     cursor(-1)
  12.     set the member of sprite 23 to 153
  13.     go("12")
  14.   end if
  15. end
  16.  
  17. on mouseLeave
  18.   cursor(-1)
  19.   set the member of sprite 23 to 153
  20. end
  21.